crypto/tls.newSessionTicketMsg.ticket (field)
7 uses
crypto/tls (current package)
handshake_client.go#L1011: hs.ticket = sessionTicketMsg.ticket
handshake_messages.go#L1861: ticket []byte
handshake_messages.go#L1866: ticketLen := len(m.ticket)
handshake_messages.go#L1875: copy(x[10:], m.ticket)
handshake_messages.go#L1895: m.ticket = data[10:]
handshake_server.go#L832: m.ticket, err = c.config.WrapSession(c.connectionStateLocked(), state)
handshake_server.go#L841: m.ticket, err = c.config.encryptTicket(stateBytes, c.ticketKeys)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |